Kameleon-Plus  0.3.2
Public Member Functions | Protected Attributes | List of all members
ccmc::Point< T > Class Template Reference

TODO: Brief description of Point class. More...

#include <ccmc/Point.h>

Inheritance diagram for ccmc::Point< T >:
Inheritance graph
[legend]
Collaboration diagram for ccmc::Point< T >:
Collaboration graph
[legend]

Public Member Functions

 Point ()
 
 Point (T &c0, T &c1, T &c2)
 
void setComponents (T &c1, T &c2, T &c3)
 
const T & c0 ()
 
const T & c1 ()
 
const T & c2 ()
 
std::string toString ()
 
virtual ~Point ()
 

Protected Attributes

components [3]
 

Detailed Description

template<class T>
class ccmc::Point< T >

TODO: Brief description of Point class.

TODO: Full description of Point class

Constructor & Destructor Documentation

template<class T >
ccmc::Point< T >::Point ( )

Default constructor

template<class T>
ccmc::Point< T >::Point ( T &  c0,
T &  c1,
T &  c2 
)
template<class T >
ccmc::Point< T >::~Point ( )
virtual

Member Function Documentation

template<class T >
const T & ccmc::Point< T >::c0 ( )
template<class T >
const T & ccmc::Point< T >::c1 ( )
template<class T >
const T & ccmc::Point< T >::c2 ( )
template<class T>
void ccmc::Point< T >::setComponents ( T &  c1,
T &  c2,
T &  c3 
)
template<class T >
std::string ccmc::Point< T >::toString ( )

Member Data Documentation

template<class T>
T ccmc::Point< T >::components[3]
protected

The documentation for this class was generated from the following file: